home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / OOP_Course / Examples / DrawTests / UserPath / UPView.h < prev    next >
Text File  |  1992-12-19  |  306b  |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "MouseView.h"
  5. #import "UserPath.h"
  6. #import <appkit/appkit.h>
  7.  
  8. @interface UPView:MouseView
  9. {
  10.     float        sqSide, backgroundGray;
  11.     float         xOffset, yOffset;
  12.     NXRect        sqRect;
  13.     UserPath    *userPath;
  14. }
  15.  
  16. - (float)backgroundGray;
  17. - takeBackgroundGrayFrom:sender;
  18.  
  19. @end
  20.